Empty file: The file contains no data at all and is 0 bytes in size. Tệp rỗng: Tệp này không chứa dữ liệu và có kích thước là 0 byte.
To do this, we’ll create an empty file called urls.py, in the blogsite directory, like so: Để thực hiện điều này, tạo một tệp rỗng có tên urls.py, trong thư mục blogsite, như sau:
In the simplest case, __init__.py can just be an empty file, but it can also execute initialization code for the package or set the __all__ variable, described later. Trong trường hợp đơn giản nhất, __init__.py có thể chỉ là một tệp rỗng, nhưng nó cũng có thể thực thi mã khởi tạo cho gói hoặc thiết lập __all__ biến, được mô tả sau.